home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 310_02 / primitiv.h < prev    next >
Text File  |  1990-04-18  |  550b  |  23 lines

  1. /*
  2.     Little Smalltalk primitive definitions
  3.  
  4.     (only a subset of primitives are described here, 
  5.     basically those used by the courier and other systems routines.
  6.     All other primitives are known only by number) 
  7.  
  8. */
  9. # define EQTEST 7
  10. # define GAMMAFUN 77
  11. # define SYMEQTEST 91
  12. # define SYMPRINT  94
  13. # define FINDCLASS 99
  14. # define GROW 113
  15. # define BLKRETERROR 127
  16. # define REFCOUNTERROR 128
  17. # define NORESPONDERROR 129
  18. # define RAWPRINT 120
  19. # define PRINT 121
  20. # define ERRPRINT 123
  21. # define BLOCKEXECUTE 140
  22. # define DOPERFORM 143
  23.